Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
D
DBController
- Class in
negotiator.distributedtournament
Creates a DBControler.
DefaultEvaluator(Objective)
- Method in class negotiator.utility.
UtilitySpace
create a default evaluator for a given Objective.
dequeue()
- Method in class misc.
Queue
Return and remove the least recently inserted item from the queue.
determineAcceptability()
- Method in class negotiator.boaframework.
AcceptanceStrategy
Determines to either to either accept or reject the opponent's bid or even quit the negotiation.
determineNextBid()
- Method in class negotiator.boaframework.
OfferingStrategy
Determines the next bid the agent will offer to the opponent
determineOpeningBid()
- Method in class negotiator.boaframework.
OfferingStrategy
Determines the first bid to be offered by the agent
discount(double, double, double)
- Static method in class negotiator.utility.
UtilitySpace
Computes: discountedUtil = util * Math.pow(discount, time).
discountedFilterBetween(double, double, double, double, UtilitySpace)
- Method in class negotiator.
BidHistory
Returns the set of bids offered between time instances t1 and t2: (t1, t2] and with a utility in (u1, u2].
distanceToNearestParetoBid(BidPoint)
- Method in class negotiator.analysis.
BidSpace
Method which given a bid point determines the distance to the nearest Pareto-optimal bid.
domain
- Variable in class misc.
CommandLineOptions
Option "d", specify a domain.
Domain
- Class in
negotiator
Representation of the outcome space of a scenario.
Domain()
- Constructor for class negotiator.
Domain
Creates an empty domain.
Domain(SimpleElement)
- Constructor for class negotiator.
Domain
Creates a domain given an XML-representation of the domain.
Domain(String)
- Constructor for class negotiator.
Domain
Creates a domain given the path to a file with an XML-representation.
Domain(File)
- Constructor for class negotiator.
Domain
read a domain from a file.
DomainGenerator
- Class in
misc
The domain generator automatically generates domain given a requested value for opposition and bid distribution.
DomainGenerator()
- Constructor for class misc.
DomainGenerator
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W